﻿2026-05-17T09:28:40.7782139Z ##[group]Run actions/checkout@v4
2026-05-17T09:28:40.7783496Z with:
2026-05-17T09:28:40.7784261Z   repository: SaberMage/rebno
2026-05-17T09:28:40.7785456Z   token: ***
2026-05-17T09:28:40.7786203Z   ssh-strict: true
2026-05-17T09:28:40.7786975Z   ssh-user: git
2026-05-17T09:28:40.7787755Z   persist-credentials: true
2026-05-17T09:28:40.7788626Z   clean: true
2026-05-17T09:28:40.7789412Z   sparse-checkout-cone-mode: true
2026-05-17T09:28:40.7790376Z   fetch-depth: 1
2026-05-17T09:28:40.7791124Z   fetch-tags: false
2026-05-17T09:28:40.7792071Z   show-progress: true
2026-05-17T09:28:40.7792883Z   lfs: false
2026-05-17T09:28:40.7793616Z   submodules: false
2026-05-17T09:28:40.7794405Z   set-safe-directory: true
2026-05-17T09:28:40.7795508Z env:
2026-05-17T09:28:40.7796226Z   SKIP_STAGING_VERIFY: false
2026-05-17T09:28:40.7797122Z   SKIP_PHASE_4_CARRYOVER: 
2026-05-17T09:28:40.7798012Z   SKIP_STAGING_SMOKE: false
2026-05-17T09:28:40.7798856Z ##[endgroup]
2026-05-17T09:28:40.9009028Z Syncing repository: SaberMage/rebno
2026-05-17T09:28:40.9013057Z ##[group]Getting Git version info
2026-05-17T09:28:40.9014711Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T09:28:40.9016819Z [command]/usr/bin/git version
2026-05-17T09:28:40.9071283Z git version 2.54.0
2026-05-17T09:28:40.9101414Z ##[endgroup]
2026-05-17T09:28:40.9118405Z Temporarily overriding HOME='/home/runner/work/_temp/bc5d4e9b-8eb6-4206-ab06-bbc22b0978aa' before making global git config changes
2026-05-17T09:28:40.9124080Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T09:28:40.9128187Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T09:28:40.9175272Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T09:28:40.9180181Z ##[group]Initializing the repository
2026-05-17T09:28:40.9185523Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T09:28:40.9288467Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T09:28:40.9296979Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T09:28:40.9300629Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T09:28:40.9304016Z hint: call:
2026-05-17T09:28:40.9305722Z hint:
2026-05-17T09:28:40.9307554Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T09:28:40.9309928Z hint:
2026-05-17T09:28:40.9312612Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T09:28:40.9316180Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T09:28:40.9319014Z hint:
2026-05-17T09:28:40.9320557Z hint: 	git branch -m <name>
2026-05-17T09:28:40.9322502Z hint:
2026-05-17T09:28:40.9324960Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T09:28:40.9328656Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T09:28:40.9334969Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T09:28:40.9364149Z ##[endgroup]
2026-05-17T09:28:40.9367004Z ##[group]Disabling automatic garbage collection
2026-05-17T09:28:40.9369643Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T09:28:40.9405311Z ##[endgroup]
2026-05-17T09:28:40.9408092Z ##[group]Setting up auth
2026-05-17T09:28:40.9412825Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T09:28:40.9452600Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T09:28:40.9787913Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T09:28:40.9825900Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T09:28:41.0067464Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T09:28:41.0104589Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T09:28:41.0340928Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T09:28:41.0377674Z ##[endgroup]
2026-05-17T09:28:41.0380411Z ##[group]Fetching the repository
2026-05-17T09:28:41.0390923Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +58862a2c9edaa6153e3c61ce829f9c0c7d97ed92:refs/remotes/origin/main
2026-05-17T09:28:43.0385476Z From https://github.com/SaberMage/rebno
2026-05-17T09:28:43.0387031Z  * [new ref]         58862a2c9edaa6153e3c61ce829f9c0c7d97ed92 -> origin/main
2026-05-17T09:28:43.0434682Z ##[endgroup]
2026-05-17T09:28:43.0436460Z ##[group]Determining the checkout info
2026-05-17T09:28:43.0437526Z ##[endgroup]
2026-05-17T09:28:43.0438314Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T09:28:43.0486334Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T09:28:43.0516336Z ##[group]Checking out the ref
2026-05-17T09:28:43.0524292Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T09:28:43.7151141Z Switched to a new branch 'main'
2026-05-17T09:28:43.7154155Z branch 'main' set up to track 'origin/main'.
2026-05-17T09:28:43.7938901Z ##[endgroup]
2026-05-17T09:28:43.7985308Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T09:28:43.8008962Z 58862a2c9edaa6153e3c61ce829f9c0c7d97ed92
